home *** CD-ROM | disk | FTP | other *** search
- SampleInit
- SEQ formatted GEOS file V1.0
- Epson FX-80
- Routines
- LASTER'S
- ONVERTER
- COPE Source V1.1
- geoCOPE V1.00
- COPE Editor V1.1
- Untitled
- SampleInit
- @;@=@|@~@
- A!AEA|A
- /.START $800 ; Start address in memory for loading program.
- .INIT CodeHere ; Initialization routine to call after loading.
- .TYPE APPLICATION ; Type of Program, see ZeroPage Equates for details.
- .NAME SampleProg. V1.0 ; Permanent Name of program
- .Author Bill Sharp ; Authors name
- ; Icon data Table, this is optional
- ; use can use the icon editor(DeskPack1) to change the
- ; icon later if you wish
- .Icon %11111111 , %11111111 , %11111111
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %10000110 , %00111100 , %01100001
- %11111111 , %11111111 , %11111111
- ; now the Equates files
- .Include ZeroPage
- .Include Routines
- ; This is where the program starts
- CodeHere
- .Include SampleMain
- Endcode ; Label is used for reference of highest memory loacation
-